home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / SixPack SDK 1.0dr1 / Read Me < prev   
Text File  |  1999-12-15  |  3KB  |  84 lines

  1. SixPack, version: 1.0dr1 - Read Me
  2.  
  3. copyright © 1999 simple/CHAOS
  4.  
  5. http://www.trafficstudio.com/sixpack
  6. sixpack@trafficstudio.com
  7.  
  8. SixPack is subject to the "SixPack Open Source License"
  9.  
  10. SixPack is "Made with REALbasic"
  11.  
  12. Introduction
  13.  
  14. SixPack - a simple open source XML editor for Macintosh.
  15.  
  16. This is the initial developer release of SixPack, which means it's alpha level software and should only be used by developers and advanced users. That said, the program itself is quite easy to use. The only real requirement is a healthy understanding of XML. For more information about XML, please see: http://www.w3.org/XML/.
  17.  
  18. SixPack does perform as a "well-formed" XML processor, but currently does not offer support for DTDs. At present there is no exception handling, so bad XML will likely shut down the program.
  19.  
  20. For more technical details about SixPack, please see the accompanying "Developer's Guide" file. For licensing details, please consult the "License" file.
  21.  
  22. Questions, comments, rants & raves to: sixpack@trafficstudio.com
  23.  
  24. Enjoy,
  25.  
  26. Geoff Strom
  27. simple/CHAOS
  28.  
  29. Basic Usage
  30.  
  31. File Menu:
  32. New (command-N)
  33. Open (command-O) - open from URL not implemented yet
  34. Save (command-S)
  35. Save As
  36. Close (command-W)
  37. Quit (command-Q)
  38.  
  39. Edit Menu:
  40. Undo (command-Z)
  41. Cut (command-X)
  42. Copy (command-C)
  43. Paste (command-V)
  44. Clear
  45. Select All (command-A)
  46.  
  47. View Menu:
  48. Toggle Object/Source View (command-T)
  49.  
  50. Window Menu:
  51. List all open document windows for quick access
  52.  
  53. Editing:
  54.  
  55. Editing while in Source View is essentially the same as working in any text editor.
  56.  
  57. To edit while in Object View, select an object from the Document Window and then edit the text that appears in the Properties Window. You can add, edit & delete attributes for element objects (double click existing attributes from the list to edit).
  58.  
  59. To add an object, first select an object from the Document Window, then click on the type of object you wish to add from the Element Tools Window. New objects are added below the selected object.
  60.  
  61. To delete an object, first select it from the Document Window, then click the trash can in the Element Tools Window.
  62.  
  63. Drag and drop:
  64.  
  65. You can drag objects from the Object View to the desktop and they will become XML source code text clippings. You can also drag to other applications that accept text drops.
  66.  
  67. Acknowledgements
  68.  
  69. Thanks to:
  70.  
  71. Jeremie Miller for his Xparse javascript.
  72. James Sentman for the associative arrays.
  73. Matt Neuberg for the window menu.
  74.  
  75. Andrew Barry, Geoff Perlman, and the entire REALbasic crew for turning me into a Macintosh developer.
  76.  
  77. Disclaimer
  78.  
  79. THIS SOFTWARE IS PROVIDED ON AN AS-IS BASIS WITHOUT WARRANTY OF ANY KIND.
  80.  
  81. SIMPLE/CHAOS SPECIFICALLY DISCLAIMS ANY OTHER WARRANTY, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANT-ABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SIMPLE/CHAOS BE LIABLE FOR ANY CONSEQUENTIAL, INDIRECT, SPECIAL OR INCIDENTAL DAMAGES, EVEN IF SIMPLE/CHAOS HAS BEEN ADVISED BY USER OF THE POSSIBILITY OF SUCH POTENTIAL LOSS OR DAMAGE. USER AGREES TO HOLD SIMPLE/CHAOS HARMLESS FROM AND AGAINST ANY AND ALL CLAIMS, LOSSES, LIABILITIES AND EXPENSES.
  82.  
  83. copyright © 1999 simple/CHAOS
  84. all rights reserved